home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 3 / DISK0236.ZIP / COPYALL.BAT < prev    next >
DOS Batch File  |  1984-09-23  |  2KB  |  37 lines

  1. ECHO OFF
  2. ECHO  This command is used to make a duplicate copy of the entire disk of
  3. ECHO    VOLKSWRITER  printer tables, documentation, etc.  You will need a
  4. ECHO    disk, the target, formatted  consistently with the machine on which
  5. ECHO    it will be used.  Although the disk may contain other files, if it is
  6. ECHO    to be used to distribute the tables, it should be blank.
  7. ECHO                                                                        
  8. ECHO You should have specified two parameters after typing COPYALL.
  9. ECHO     So your command should have looked like:  B:COPYALL B: A:
  10. ECHO        Where B: is the drive containing the diskette that has the
  11. ECHO        printer tables,instruction files, etc., on it (the source) and
  12. ECHO        A: is the drive designator for the target diskette.  Of course,
  13. ECHO        if  B: is the default drive, the first B: is not needed in the
  14. ECHO        command above.
  15. ECHO     If you wish to change what you did, hit Ctrl-Break and answer
  16. ECHO     the question  Y, otherwise . . .
  17. PAUSE
  18. ECHO ON
  19. COPY %1README %2
  20. COPY %1INSTVXPT.RCE %2
  21. COPY %1IN12.FMT %2
  22. COPY %1IN12HS.FMT %2
  23. COPY %1IN12INDT.FMT %2
  24. COPY %1IN12TITL.FMT %2
  25. COPY %1INCOND.FMT %2
  26. COPY %1COPYPRTR.BAT %2
  27. COPY %1COPYINST.BAT %2
  28. COPY %1COPYALL.BAT %2
  29. COPY %1VXPRINTP.TBL %2
  30. COPY %1VXPRINTQ.TBL %2
  31. COPY %1VXPRINTR.TBL %2
  32. COPY %1VXPRINTS.TBL %2
  33. COPY %1VXPRINTT.TBL %2
  34. COPY %1VXPRINTU.TBL %2
  35. COPY %1VXPRINTV.TBL %2
  36.